There are two ways to get dynamic data from FunnelFlux to your pages:
- Through a redirect link
- Using our JavaScript
With redirect links this is quite simple as you can just add {token}
to the URL or, better yet, use the data passing section, which has semantic lists available for you to search through, and already filters out tokens that don't work for that resource.
For getting token data from our JavaScript, you should refer to this article HERE and HERE.
Table of Available Tokens
Below is a list of all our tokens, split by their category.
User Identifiers
Data that is specific to a user and their tracking.
Name | Token | Pages | Conversions |
Hit ID |
| ✅ | ✅ |
Visitor ID |
| ✅ | ✅ |
External ID |
| ✅ | ✅ |
User IP |
| ✅ | ✅ |
User-Agent |
| ✅ | ✅ |
General Tokens
These are general tokens that relate to internal FunnelFlux data like funnels, traffic source IDs, etc.
Name | Token | Pages | Conversions |
Current Unix Time |
| ✅ | ✅ |
Funnel + Traffic Source Hash |
| ✅ | ⛔ |
Funnel Group ID |
| ✅ | ⛔ |
Funnel Group Name |
| ✅ | ⛔ |
Funnel ID |
| ✅ | ✅ |
Funnel Name |
| ✅ | ⛔ |
Referrer Domain |
| ✅ | ✅ |
Referrer URL |
| ✅ | ✅ |
Tracking Domain |
| ✅ | ⛔ |
Traffic Source ID |
| ✅ | ⛔ |
Traffic Source Name |
| ✅ | ⛔ |
Traffic Source Campaign |
| ✅ | ✅ |
Custom and URL Data
Custom strings and data passed into the URL buffer, i.e. entrance or action links.
Name | Token | Pages | Conversions |
Custom String | N/A | ✅ | ⛔ |
URL Data Field |
| ✅ | ✅ |
Location and Connection (resolved from user IP)
All data that is resolved from our IP-geolocation provider. Using this data in redirect links or JS will slightly increase response times due to the lookup needed.
Name | Token | Pages | Conversions |
ISP Name |
| ✅ | ✅ |
Connection Type |
| ✅ | ✅ |
Continent |
| ✅ | ✅ |
Country Code |
| ✅ | ✅ |
Country Name |
| ✅ | ✅ |
Region |
| ✅ | ✅ |
City |
| ✅ | ✅ |
User Latitude |
| ✅ | ✅ |
User Longitude |
| ✅ | ✅ |
User Timezone |
| ✅ | ✅ |
Browser and Device (resolved from user-agent)
All data that is resolved from our device detection provider. Using this data in redirect links or JS will slightly increase response times due to the lookup needed.
Name | Token | Pages | Conversions |
Browser Name |
| ✅ | ✅ |
Browser Language |
| ✅ | ✅ |
Browser Version |
| ✅ | ✅ |
Device Brand |
| ✅ | ✅ |
Device Type |
| ✅ | ✅ |
Device Model Code |
| ✅ | ✅ |
Device Model Name |
| ✅ | ✅ |
Operating System |
| ✅ | ✅ |
Operating System Version |
| ✅ | ✅ |
Node-related Data
Data related to nodes/pages visited in the context of a funnel.
Name | Token | Pages | Conversions |
Click Action Number |
| ✅ | ⛔ |
Current Node ID |
| ✅ | ⛔ |
Current Node Name |
| ✅ | ⛔ |
Page ID |
| ✅ | ✅ |
Page Name |
| ✅ | ✅ |
Page URL |
| ⛔ | ✅ |
Referring Node ID |
| ✅ | ⛔ |
Referring Node Name |
| ✅ | ⛔ |
Offer Source ID |
| ✅ | ⛔ |
Conversion Data
This is data specifically associated with conversions. Note External ID comes from the "external" tracking field and is captured when a user enters from a traffic source. It is repeated here since its critically used in conversion tracking.
Name | Token | Pages | Conversions |
Conversion Timestamp |
| ⛔ | ✅ |
Conversion Revenue |
| ⛔ | ✅ |
Conversion Transaction ID |
| ⛔ | ✅ |
External ID |
| ✅ | ✅ |
Entrance Timestamp |
| ⛔ | ✅ |
Encrypting Token Data
In cases where you want to pass encrypted/hashed data, you can use our token modifiers.
Please see our article here.